home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / arc / dmsdsc10.lzh / DMSDesc.doc < prev    next >
Text File  |  1995-10-28  |  1KB  |  37 lines

  1.            DMSDesc v1.0 95.10.28, by Johan Englund (na94jed@hgs.se)
  2.  
  3.                       This is PD, for everyone to use.
  4.  
  5.  
  6. The main purpose that I made myself time 2 make this is that I couldn't find
  7. anything similar on for the UNIX/MS-DOS platforms and while I'm at it I'll
  8. compile it for the amiga too.
  9.  
  10. This is a very simple prog, it isn't much to say. Type 'DMSDesc' alone to get
  11. a quick guide.
  12.  
  13. Usage: DMSDesc <options> DMSFile
  14.  v - Verbose operation, show errorcodes in plain txt.
  15.  a - View group/BBS adds.
  16. (Defaults 2 just extract the FILE ID 2 stdout).
  17.  
  18. For those who intend to use it in script files I include the various result
  19. codes below.
  20.  
  21. Error code returns:
  22.  
  23.  0: Suxxess!! A FILE ID was suxessfully extracted from the requested file.
  24.  1: Error in Commandline.
  25.  2: Couldn't find requested file.
  26.  3: Out of mem. (this shouldn't happen, it uses only sizeof(FILE_ID.DIZ) bytes)
  27.  4: Couldn't find any FILE ID in the requested file.
  28.  5: Not a DMS file!
  29.  
  30.  
  31. Functions to be implemented within a week:
  32.  
  33.    Add/Remove BBS/Group adds, FILE ID
  34.  
  35. If you find it useful please gimme a simple e-mail so I know if I shall make
  36. some more releases availible.
  37.